home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Imagine the Universe (9th Edition)
/
Imagine the Universe 9 - Disc 1.iso
/
mac
/
imagine
/
YBA
/
HTCas-size
/
javascript
/
ang_size_star.js
< prev
next >
Wrap
Text File
|
2003-01-12
|
353b
|
19 lines
size = "Blank";
function checkme() {
size = document.ang_size_star.answer.value - 0;
if (!size) {size = "Blank";}
RightOnFile = './ang_size_star-correct.html';
WayWrongFile = './ang_size_star-wrong.html';
var good = new RegExp("\D*");
if ((size == "Blank") || (size == good)) {
location = RightOnFile;
}
else {
location = WayWrongFile;
}
}